From: Richard M. Stallman Date: Wed, 9 Jul 1997 00:33:33 +0000 (+0000) Subject: (syms_of_fns): Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80387 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1eb569c5212467d91154ec90f5e3cd2f3626cee3;p=emacs.git (syms_of_fns): Fix previous change. --- diff --git a/src/fns.c b/src/fns.c index 6da0d354b5b..6ad7b9f8467 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1995,7 +1995,7 @@ Used by `featurep' and `require', and altered by `provide'."); DEFVAR_BOOL ("use-dialog-box", &use_dialog_box, "*Non-nil means mouse commands use dialog boxes to ask questions.\n\ -This applies to y-or-n and yes-or-no questions asked by commands +This applies to y-or-n and yes-or-no questions asked by commands\n\ invoked by mouse clicks and mouse menu items."); use_dialog_box = 1;